home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / Data / Menu / scr / NetJoinLoading.scr < prev    next >
Encoding:
Text File  |  2004-02-24  |  1.5 KB  |  65 lines

  1. !Include("../UIDef/UI.def")
  2. //------ UI stuff -----------------------------
  3. Interface("UI_NET_JOIN_LOADING")
  4. {
  5.     Command(1)
  6.     Notify(1)
  7.     CanFocus(0)
  8.     TextureFocusAlpha(1.0)
  9.     TextFocusAlpha(1.0)
  10.     SelKeyUp(0)
  11.     SelKeyDown(0)
  12.     
  13. //--- WindowTitlePattern pattern for UI_NET_JOIN_LOADING :
  14.     !Include("../uidef/WindowTitle_T_L_Corner.def")
  15.  
  16.     
  17. //--- SmallLogoPattern pattern for UI_NET_JOIN_LOADING :
  18.     !Include("../uidef/SmallLogo_T_L_Corner.def")
  19.  
  20.     
  21. //--- LoadingProgress pattern for UI_NET_JOIN_LOADING :
  22.     !Include("..\\uidef\\LoadingProgress.def")
  23.  
  24.     Text("")
  25.     TextAlpha(1.0)
  26.     TextColor(1.0,1.0,1.0)
  27.     Font("MSSansSerif8")
  28.     TextPosFlags(34)
  29.     Mouse(1)
  30.     Keyboard(1)
  31.     Joy(0)
  32.     Visible(0)
  33.     ParentPositioning(0)
  34.     PreviousElemPositioning(0)
  35.     ParentCenteringX(0)
  36.     ParentCenteringY(0)
  37.     ParentSizingX(0)
  38.     ParentSizingY(0)
  39.     TextureAlpha(1.0)
  40.     LogicSize(1.0,1.0)
  41.     LogicPos(0.0,0.0)
  42.  
  43.     ControlObject("UIProgressBar","ID_PROGRESS","Regular.LoadingProgress")
  44.     {
  45.     }// [UIProgressBar] ID_PROGRESS
  46.  
  47.     Window("UIWindow","ID_LOGO","Regular.SmallLogoPattern")
  48.     {
  49.  
  50.         Static("UIStatic","ID_TITLE","Regular.WindowTitlePattern")
  51.         {
  52.             ForceTextLowerCase()
  53.         }// [UIStatic] ID_TITLE
  54.     }// [UIWindow] ID_LOGO
  55.  
  56.  
  57.     EditTexture("er_t_red.png")
  58.     EditBorderWidth(2.0)
  59.     EditBorderSens(3.0)
  60.     EditCursor("c_arrow.png")
  61.     EditCursorSize("c_resize.png")
  62.     EditCursorMove("c_move.png")
  63.     Cursor("cursor.png")
  64. }
  65.